home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / src / bin / animate_next / Makedefs < prev    next >
Text File  |  1993-11-15  |  630b  |  18 lines

  1. # Wish we could simply say
  2. # DISTFILES = ${SRCFILES} ${SUPPORTFILES}
  3. # But no -- SUPPORTFILES mentions things like 'makefile' and 'SGS_ENV',
  4. # and SRCFILES includes ${OTHER_SOURCEFILES}.
  5. # So we copy here all but ${OTHER_SOURCEFILES} from the SRCFILES macro
  6. # and all the relevant pieces from SUPPORTFILES.
  7.  
  8.  
  9. SOURCES = ${CLASSES} ${MFILES} ${CFILES} ${HFILES} ${PSWFILES} \
  10.         ${PSWMFILES} ${GLOBAL_RESOURCES} ${OTHERSRCS} ${OTHERLINKED}
  11. LPROJ = English.lproj
  12. NIBS =  ${LPROJ}/animate.nib
  13.  
  14. DISTFILES = ${SOURCES} ${NIBS} \
  15.         Makefile.preamble Makefile.postamble PB.project \
  16.         animate.iconheader \
  17.         O.next Mkdep .geomview-animate
  18.